Autogenerated HTML docs for v1.5.3-rc7 
diff --git a/git-diff.html b/git-diff.html index 5bf9576..577fc0b 100644 --- a/git-diff.html +++ b/git-diff.html 
@@ -337,26 +337,27 @@  </p>   </dd>   <dt>  -<em>git-diff</em> [--options] &lt;commit&gt;&#8230;&lt;commit&gt; [--] [&lt;path&gt;&#8230;]  +<em>git-diff</em> [--options] &lt;commit&gt;...&lt;commit&gt; [--] [&lt;path&gt;&#8230;]   </dt>   <dd>   <p>   This form is to view the changes on the branch containing   and up to the second &lt;commit&gt;, starting at a common ancestor  - of both &lt;commit&gt;. "git-diff A&#8230;B" is equivalent to  + of both &lt;commit&gt;. "git-diff A...B" is equivalent to   "git-diff $(git-merge-base A B) B". You can omit any one   of &lt;commit&gt;, which has the same effect as using HEAD instead.   </p>   </dd>   </dl>   <p>Just in case if you are doing something exotic, it should be  -noted that all of the &lt;commit&gt; in the above description can be  -any &lt;tree-ish&gt;.</p>  +noted that all of the &lt;commit&gt; in the above description, except  +for the last two forms that use ".." notations, can be any  +&lt;tree-ish&gt;.</p>   <p>For a more complete list of ways to spell &lt;commit&gt;, see   "SPECIFYING REVISIONS" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.   However, "diff" is about comparing two _endpoints_, not ranges,   and the range notations ("&lt;commit&gt;..&lt;commit&gt;" and  -"&lt;commit&gt;&#8230;&lt;commit&gt;") do not mean a range as defined in the  +"&lt;commit&gt;...&lt;commit&gt;") do not mean a range as defined in the   "SPECIFYING RANGES" section in <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>   </div>   <h2>OPTIONS</h2>  @@ -947,7 +948,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 28-Aug-2007 06:25:09 UTC  +Last updated 29-Aug-2007 07:30:53 UTC   </div>   </div>   </body>